<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
  height: 40px;
  line-height: 40px;
}

.header .main-nav {
  text-align: center;
  width: 100%;
  overflow: hidden;
}

body {
  min-width: 1200px;
}

.header li {
  display: inline;
}

.main-wrap {
  width: 100%;
  overflow: hidden;
}

.header li a {
  padding: 0 12px;
  font-size: 16px;
  color: #000;
}

.header li.active a,
.header li:hover a {
  color: #f80633;
  font-weight: bold;
}

.main-wrap {
  background: url(../img/bh-pic.png) center top no-repeat;
  background-size: 1920px auto;
  padding-top: 294px;
}

.main-wrap .pic {
  background-size: cover !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main-wrap .wrap {
  padding: 30px 50px;
  background: #fff;
}

.main-wrap a {
  position: relative;
  display: block;
  line-height: 24px;
}

.main-wrap a .pic-wrap {
  overflow: hidden;
}

.main-wrap a .pic-wrap .pic {
  width: 100%;
  height: 100%;
}

.main-wrap a:hover .pic {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-wrap a .text {
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main-wrap a .text .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 24px;
}

.main-wrap a .text span {
  display: inline-block;
  vertical-align: middle;
}

.main-wrap .focus-pic {
  position: relative;
  height: 434px;
}

.main-wrap .focus-pic::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 1085px;
  height: 432px;
  z-index: 0;
}

.main-wrap .focus-pic .pic-left {
  position: relative;
  z-index: 1;
  width: 676px;
  float: left;
  margin-right: 26px;
}

.main-wrap .focus-pic .pic-left .pic-wrap {
  width: 100%;
  height: 406px;
  margin-top: 12px;
}

.main-wrap .focus-pic .pic-left .icon {
  position: absolute;
  top: 13px;
  left: 10px;
}

.main-wrap .focus-pic .pic-left .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 22px;
  line-height: 1.4;
  padding: 10px 10px 10px 40px;
  background: #333;
  background: rgba(33, 33, 33, 0.6);
  color: #fff;
}

.main-wrap .focus-pic .pic-right {
  position: relative;
  z-index: 1;
  width: 400px;
  float: left;
  margin: 0 -9px;
  padding-top: 24px;
}

.main-wrap .focus-pic .pic-right a {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main-wrap .focus-pic .pic-right .list {
  padding: 0 9px;
  float: left;
  width: 50%;
}

.main-wrap .focus-pic .pic-right .pic-wrap {
  height: 116px;
}

.main-wrap .focus-pic .pic-right .text {
  padding: 8px 0;
  height: 72px;
  line-height: 1.3;
  color: #fff;
  font-size: 14px;
  text-align: left;
  margin: 0 0 20px;
  overflow: hidden;
}

.main-wrap .focus-pic .pic-right .text span {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.main-wrap .title2x {
  width: 100%;
  margin: 30px auto 70px;
}

.fangchenggang-wrap .main-wrap {
  background: url(../img/fcg-pic.png) center top no-repeat;
}

.fangchenggang-wrap .main-wrap .focus-pic::before {
  background: #228be7;
}

.fangchenggang-wrap .main-wrap .article-list a:hover {
  color: #228be7;
}

.beihai-wrap .main-wrap {
  background: url(../img/bh-pic.png) center top no-repeat;
}

.beihai-wrap .main-wrap .focus-pic::before {
  background: #50a8ae;
}

.beihai-wrap .main-wrap .article-list a:hover {
  color: #50a8ae;
}

.qingzhou-wrap .main-wrap {
  background: url(../img/qz-pic.png) center top no-repeat;
}

.qingzhou-wrap .main-wrap .focus-pic::before {
  background: #7176d3;
}

.qingzhou-wrap .main-wrap .article-list a:hover {
  color: #7176d3;
}

.hechi-wrap .main-wrap .focus-pic::before {
  background: #4a4fb8;
}

.hechi-wrap .main-wrap .article-list a:hover {
  color: #4a4fb8;
}

.guigang-wrap .main-wrap .focus-pic::before {
  background: #499bdf;
}

.guigang-wrap .main-wrap .article-list a:hover {
  color: #499bdf;
}

/*# sourceMappingURL=styles.css.map */</pre></body></html>